SOComputing Published 2022-09-23 22:49:19
Object-Oriented Design using the UML
https://sparxsystems.com/resources/tutorials/uml/part1.html
https://sparxsystems.com/resources/tutorials/uml2/deployment-diagram.html
http://www.agilemodeling.com/artifacts/deploymentDiagram.htm
UML:
https://sparxsystems.com/resources/tutorials/uml/part1.html
https://sparxsystems.com/resources/tutorials/uml2/deployment-diagram.html
http://www.agilemodeling.com/artifacts/deploymentDiagram.htm
UML:
What is UML? The Object Management Group (OMG) specification states: "The Unified Modeling Language (UML) is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software-intensive system. The UML offers a standard way to write a system's blueprints, including conceptual things such as business processes and system functions as well as concrete things such as programming language statements, database schemas, and reusable software components." |
The important point to note here is that UML is a 'language' for specifying and not a method or procedure. The UML is used to define a software system; to detail the artifacts in the system, to document and construct - it is the language that the blueprint is written in. The UML may be used in a variety of ways to support a software development methodology (such as the Rational Unified Process) - but in itself it does not specify that methodology or process.
design patterns
implementation issues
open source development
design patterns
implementation issues
open source development
The Previous6. Software Architecture
The Next返回列表